home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / COMM / ICOM100A.ARJ / INET-OFF.SCR < prev    next >
Text File  |  1991-09-20  |  658b  |  19 lines

  1. ;=| iNet/Datapac Logoff Script v1.00 |========================================;
  2. ;                                                                             ;
  3. ; For use as a @SCRIPT command to plug into a BIF, in the 'Logoff Command'    ;
  4. ; item, this script logs off iNet after a sesson completes.                   ;
  5. ;                                                                             ;
  6. ;=============================================================================;
  7.  
  8. offline done                  ; if not connected, skip it, goto done
  9.  
  10. when
  11. when "iNet command:" "BYE"
  12. waitfor "call cleared" 120
  13.  
  14. delay 20
  15. hangup
  16.  
  17. done:
  18.  exit
  19.